home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / gridex / nwind.mdb / Catalogs.json < prev    next >
JavaScript Object Notation  |  1998-01-04  |  542b

  1. {
  2.     "schema": {
  3.         "CatalogId": "Long Integer",
  4.         "Name": "Text (50)",
  5.         "RecordSource": "Text (255)",
  6.         "DefaultView": "Long Integer",
  7.         "IconIndex": "Integer"
  8.     },
  9.     "data": [
  10.         {
  11.             "CatalogId": 1,
  12.             "Name": "Customers",
  13.             "RecordSource": "Customers",
  14.             "IconIndex": 2
  15.         },
  16.         {
  17.             "CatalogId": 2,
  18.             "Name": "Suppliers",
  19.             "RecordSource": "Suppliers",
  20.             "IconIndex": 3
  21.         },
  22.         {
  23.             "CatalogId": 3,
  24.             "Name": "Employees",
  25.             "RecordSource": "EmployeesView",
  26.             "DefaultView": 8,
  27.             "IconIndex": 4
  28.         },
  29.         {
  30.             "CatalogId": 4,
  31.             "Name": "Products",
  32.             "RecordSource": "ProductsView",
  33.             "IconIndex": 5
  34.         },
  35.         {
  36.             "CatalogId": 5,
  37.             "Name": "Orders",
  38.             "RecordSource": "Orders",
  39.             "IconIndex": 6
  40.         }
  41.     ]
  42. }